home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-25 | 334 b | 19 lines |
- #
- # Makefile for Watstar TCP/IP kernal
- #
- # switches:
- # define the ones you want in the CFLAGS definition...
- #
- # TRACE - turn on tracing/debugging code
- #
- #
- all:
- if not exist lib\tcpbig.lib md lib
- cd elib
- make
- cd ..\src
- make
- cd ..\apps
- make
- cd ..
-